| 
|  | CATIA V5 Programmierung : Exel 3D-Punkte nach Catia V5 einlesen ManniBo am 11.03.2010 um 14:17 Uhr (0)
 Hallo Andy,sorry aber ich bring das Makro mit deinem Vorschlag nicht zum laufen.Kannst Du mir bitte nochmals kurz helfen.Habe das Makro aus dem Forum leicht angepasst.Sub CATMain()Set CATIA = GetObject("", "CATIA.Application")  wird nur benötigt, weil ich Excel als Entwicklungssumgebung benutze Dim Excel As Application Dim WB As Workbook Dim WS As Worksheet  Set Excel = CreateObject("Excel.Application")       Excel starten Excel.Visible = True Set WB = Excel.Workbooks.Open("d:punkte.xls")       Arbeitsmapp ...
 
 
 |  | In das Form CATIA V5 Programmierung wechseln |  |  | CATIA V5 Programmierung : Stücklisten ManniBo am 07.06.2010 um 13:14 Uhr (0)
 Hallo Leute,habe dieses Makro von Daniel aus dem Forum, es lässt jedoch die Exceltabelle leer und bringt dieFehlermeldung "Es ist ein Fehler beim speichern der Stüli aufgetreten. Bitte stellenSie sicher daß Sie ausreichend Rechte auf dem gewählten Speicherpfad haben"Da habe ich zu 100% Schreib- und Seserechte drauf.Sub CATMain()  ***Deklarationen  Dim intDoc As ProductDocument  Dim intProd As Product  Dim intAssConvertor  Dim intSettingArrayStr(6)  Dim intSafePathStr As String  Dim MsgFileNameStr As String ...
 
 
 |  | In das Form CATIA V5 Programmierung wechseln |  | Anzeige:
 Anzeige: (Infos zum Werbeplatz)
  |